home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Readers / DoubleClick / Install_DC4.txt < prev    next >
Text File  |  1997-08-26  |  3KB  |  144 lines

  1. ; Hard Disk Installer for DoubleClick!, Full/HTML Version
  2. ;   Issue Four
  3.    
  4. (complete 0)
  5. (set DC4-dest
  6.    (askdir
  7.       (prompt "Please Select Where You Wish to Install DoubleClick.\n A New Drawer Will Automatically be Created.")
  8.          (help ask-dirhelp
  9.          "\n"
  10.          "If this is your first issue of DoubleClick, then select the drawer where you want to install DoubleClick; a new drawer will automatically be created.\n\n"
  11.          "If you own a previous installed issue (ignoring Issue 1), then select the drawer containing the 'DoubleClick!' drawer; do not go into that drawer! See ReadMe for more details.")
  12.       (default @default-dest)
  13.    )
  14. )
  15.  
  16. (set DC4-dest (tackon DC4-dest "DoubleClick!"))
  17. (set @default-dest DC4-dest)
  18. (makedir DC4-dest (infos))
  19. (makedir (tackon DC4-dest "Mag4") (infos))
  20. (makedir (tackon DC4-dest "MagTools") (infos))
  21.  
  22. (complete 10)
  23. (
  24. (working "Installing DC4_DISK1:...")
  25.    (copyfiles
  26.       (prompt "")
  27.       (help @copyfiles-help)
  28.       (source "DC4_DISK1:Mag4/")
  29.       (dest (tackon DC4-dest "Mag4/"))
  30.       (pattern "#?")
  31.       (infos)
  32.    )
  33.    (complete 30)
  34.    (copyfiles
  35.       (prompt "")
  36.       (help @copyfiles-help)
  37.       (source "DC4_DISK1:")
  38.       (dest DC4-dest)
  39.       (pattern "Issue4")
  40.       (infos)
  41.    )
  42.    (copyfiles
  43.       (prompt "")
  44.       (help @copyfiles-help)
  45.       (source "DC4_DISK1:")
  46.       (dest DC4-dest)
  47.       (pattern "Install_DC4_RAM")
  48.       (infos)
  49.    )
  50.    (complete 40)
  51.    (copyfiles
  52.       (prompt "")
  53.       (help @copyfiles-help)
  54.       (source "DC4_DISK1:MagTools/")
  55.       (dest (tackon DC4-dest "MagTools/"))
  56.       (pattern "#?")
  57.       (infos)
  58.    )
  59.    (complete 45)
  60.    (if (= (exists "C:OCTAMEDPLAYER" (noreq)) 0)
  61.    (
  62.       (copyfiles
  63.          (prompt "")
  64.          (help @copyfiles-help)
  65.          (source "DC4_DISK1:C/")
  66.          (dest "C:")
  67.          (pattern "octamedplayer")
  68.          (infos)
  69.       )
  70.    ))
  71.    (if (= (exists "C:RTDD" (noreq)) 0)
  72.    (
  73.       (copyfiles
  74.          (prompt "")
  75.          (help @copyfiles-help)
  76.          (source "DC4_DISK1:C/")
  77.          (dest "C:")
  78.          (pattern "rtdd")
  79.          (infos)
  80.       )
  81.    ))
  82.    (if (= (exists "C:VT" (noreq)) 0)
  83.    (
  84.       (copyfiles
  85.          (prompt "")
  86.          (help @copyfiles-help)
  87.          (source "DC4_DISK1:C/")
  88.          (dest "C:")
  89.          (pattern "vt")
  90.          (infos)
  91.       )
  92.    ))
  93.    (if (= (exists "C:PPSHOW" (noreq)) 0)
  94.    (
  95.       (copyfiles
  96.          (prompt "")
  97.          (help @copyfiles-help)
  98.          (source "DC4_DISK1:C/")
  99.          (dest "C:")
  100.          (pattern "ppshow")
  101.          (infos)
  102.       )
  103.    ))
  104.    (if (= (exists "LIBS:AMOS.LIBRARY" (noreq)) 0)
  105.    (
  106.       (copyfiles
  107.          (prompt "")
  108.          (help @copyfiles-help)
  109.          (source "DC4_DISK1:Libs/")
  110.          (dest "Libs:")
  111.          (pattern "amos.library")
  112.          (infos)
  113.       )
  114.    ))
  115.    (if (= (exists "LIBS:CRM.LIBRARY" (noreq)) 0)
  116.    (
  117.       (copyfiles
  118.          (prompt "")
  119.          (help @copyfiles-help)
  120.          (source "DC4_DISK1:Libs/")
  121.          (dest "Libs:")
  122.          (pattern "crm.library")
  123.          (infos)
  124.       )
  125.    ))
  126. )
  127.  
  128. (complete 55)
  129.  
  130. (
  131.  
  132. (working "Installing DC4_DISK2:...")
  133.    (copyfiles
  134.       (prompt "")
  135.       (help @copyfiles-help)
  136.       (source "DC4_DISK2:Mag4/")
  137.       (dest (tackon DC4-dest "Mag4/"))
  138.       (pattern "#?")
  139.       (infos)
  140.    )
  141. )
  142. (complete 100)
  143. (exit)
  144.